home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmiSoft / Disk / moni / FileX-src.lha / FileX-src / rest_protos.h < prev    next >
C/C++ Source or Header  |  2003-09-20  |  854b  |  45 lines

  1. /* Prototypes for functions defined in
  2. rest.c
  3.  */
  4.  
  5. BOOL IsHexString(UBYTE * );
  6.  
  7. BOOL MyGetString(char * , char * , ULONG );
  8.  
  9. BOOL GetWert(ULONG * , char * , ULONG , ULONG );
  10.  
  11. void DisplayLocaleText(char * );
  12.  
  13. ULONG MyRequest(char * , ULONG );
  14.  
  15. ULONG MyRequestNoLocale(char * , ULONG );
  16.  
  17. ULONG __stdargs MyFullRequestNoLocale(char * , char * , ...);
  18.  
  19. ULONG __stdargs MyFullRequest(char * , char * , ...);
  20.  
  21. char * GetStr(char * );
  22.  
  23. void JumpToByte(void);
  24.  
  25. void MarkLocation(ULONG , struct DisplayData * );
  26.  
  27. void JumpToLocation(LONG , struct DisplayData * );
  28.  
  29. BOOL MyRequestFile(char * , char * , char * , BOOL );
  30.  
  31. void ExecuteARexxCommand(char * );
  32.  
  33. void ExecuteARexxCommandNumber(LONG );
  34.  
  35. BOOL StringToMem(char * , UBYTE * , long );
  36.  
  37. BOOL SaveClip(STRPTR , LONG );
  38.  
  39. UBYTE * GetClip(ULONG * );
  40.  
  41. BOOL SetClipboardUnit(LONG );
  42.  
  43. LONG GetClipboardUnit(void);
  44.  
  45.